The system and software used Ubuntu 12.10Python 2.7.3Django 1.4.2Pycharm 2.6.3Postgresql 9.1VirtualenvVirtualenvwrapperOpenjdk Before you start, be sure to make a backup of your system. Because if the operation is wrong, there will be unnecessary
Original created by shuliangI. Introduction
Learning programming is like practice. You have to have an environment first. It is necessary to set up a platform. In order to take care of beginners, many times the platform has been set up, such as
1.virtualenv Introduction
In Python development, we might encounter a situation where the current project relies on a particular version, but another project relies on another version, which creates a dependency conflict, and virtualenv is the
Virtualenv create a virtual environment to install Flask
What is the use of Virtualenv? If you love Python like me, there will be other projects using Python besides Flask-based projects. When there are more and more projects, you will face the
First, install PythonCan-compile installation,-yum installationSecond, installation virtualenvYum Source installation: Yum Install python-virtualenv virtualenv is actually a python package, so we can install it with Easy_install or PIP. Easy_install
This article was reproduced from: http://www.xuzefeng.com/post/89.htmlToday finally sunny, in a good mood. Some notes about virtualenv are being sorted out today. Virtualenv is a tool to create isolated Python environments. For "isolated python
virtualenvVirtualenv is a tool. Used to create an isolated python environment.
First, installation
# pip Install virtualenv
Ii. Creating a Python virtual environment
Command: virtualenv [virtual Environment name].
# virtualenv ENV1
After execution,
1, Pyaudio installation of large backgroundRecently in the smart speaker, you need to write a sound pickup code, I first Baidu two more common use of Python to record the operation of the article:
Python writes a recording
Conda Creating a virtual Environment 1. View Packages
conda listSee which packages are installed
conda env listSee what virtual environments are available
conda -VView the version of Conda
2. Create a virtual environment,
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.